func runtime.isEmpty
27 uses
runtime (current package)
map.go#L112: func isEmpty(x uint8) bool {
map.go#L623: if isEmpty(b.tophash[i]) && inserti == nil {
map.go#L916: if isEmpty(b.tophash[offi]) || b.tophash[offi] == evacuatedEmpty {
map.go#L1197: if isEmpty(top) {
map.go#L1462: if isEmpty(src.tophash[i]) {
map.go#L1467: if isEmpty(dst.tophash[pos]) {
map.go#L1571: if isEmpty(srcBmap.tophash[i]) {
map.go#L1641: if isEmpty(b.tophash[offi]) {
map.go#L1704: if isEmpty(b.tophash[offi]) {
map_fast32.go#L45: if *(*uint32)(k) == key && !isEmpty(b.tophash[i]) {
map_fast32.go#L85: if *(*uint32)(k) == key && !isEmpty(b.tophash[i]) {
map_fast32.go#L127: if isEmpty(b.tophash[i]) {
map_fast32.go#L217: if isEmpty(b.tophash[i]) {
map_fast32.go#L299: if key != *(*uint32)(k) || isEmpty(b.tophash[i]) {
map_fast32.go#L402: if isEmpty(top) {
map_fast64.go#L45: if *(*uint64)(k) == key && !isEmpty(b.tophash[i]) {
map_fast64.go#L85: if *(*uint64)(k) == key && !isEmpty(b.tophash[i]) {
map_fast64.go#L127: if isEmpty(b.tophash[i]) {
map_fast64.go#L217: if isEmpty(b.tophash[i]) {
map_fast64.go#L299: if key != *(*uint64)(k) || isEmpty(b.tophash[i]) {
map_fast64.go#L404: if isEmpty(top) {
map_faststr.go#L32: if k.len != key.len || isEmpty(b.tophash[i]) {
map_faststr.go#L48: if k.len != key.len || isEmpty(b.tophash[i]) {
map_faststr.go#L127: if k.len != key.len || isEmpty(b.tophash[i]) {
map_faststr.go#L143: if k.len != key.len || isEmpty(b.tophash[i]) {
map_faststr.go#L240: if isEmpty(b.tophash[i]) && insertb == nil {
map_faststr.go#L430: if isEmpty(top) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |